Class UserProfileImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.UserProfileImpl
All Implemented Interfaces:
IPCObject, UserProfile

public class UserProfileImpl extends IPCObjectImpl implements UserProfile
Information provided by the PKI file:

    \class UserProfile
    
    \brief UserProfile allows manipulation of the User Profile dialog.
    
    \example appWindow().getActiveFile().getUserProfile()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Information provided by the PKI file:
      
          \brief Returns the name of the current user.
          
          \return QString, the name of the current user.
          
              
      Specified by:
      getName in interface UserProfile
      Returns:
      String Returns a String
    • getEmail

      public String getEmail()
      Information provided by the PKI file:
      
          \brief Returns the email address of the current user.
          
          \return QString, the email address of the current user.
          
              
      Specified by:
      getEmail in interface UserProfile
      Returns:
      String Returns a String
    • getAddInfo

      public String getAddInfo()
      Information provided by the PKI file:
      
          \brief Returns the information of the current user.
          
          \return QString, the information of the current user.
          
              
      Specified by:
      getAddInfo in interface UserProfile
      Returns:
      String Returns a String
    • setName

      public void setName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the current user.
          
          \param name, the name of the current user.
          
              
      Specified by:
      setName in interface UserProfile
      Parameters:
      name - Takes in a parameter of name
    • setEmail

      public void setEmail(String email)
      Information provided by the PKI file:
      
          \brief Sets the email address of the current user.
          
          \param email, the email address of the current user.
          
              
      Specified by:
      setEmail in interface UserProfile
      Parameters:
      email - Takes in a parameter of email
    • setAddInfo

      public void setAddInfo(String addInfo)
      Information provided by the PKI file:
      
          \brief Adds information for the current user.
          
          \param addInfo, the information for the current user.
          
              
      Specified by:
      setAddInfo in interface UserProfile
      Parameters:
      addInfo - Takes in a parameter of addInfo